home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / ELEMENTS / TRAPZD.OPD < prev    next >
Encoding:
Text File  |  1996-04-29  |  636 b   |  29 lines

  1. #[document 34.45 122.85 173.25 194.85
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng=draw(path());
  14. auto s=array(ng);
  15. m(34.45,191.40);
  16. l(45.75,128.75);
  17. l(155.05,122.85);
  18. l(173.25,194.85);
  19. l(34.45,191.40);
  20. close_edge();
  21. p=path();
  22. gc_draw_style(oe);
  23. gc_color(0.00,0.00,0.00);
  24. s[0]=draw(p);
  25. page:=s[0];
  26. s=NULL;
  27. #]page
  28. #]document
  29.